home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / mahe / makefile.src < prev   
Encoding:
Makefile  |  1993-03-12  |  321 b   |  27 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/mahe
  3. #
  4.  
  5. PGMS = mahe.out
  6.  
  7. OBJECTS = ahecalc.o ahecalc_short.o aheclip.o mahe.o
  8.  
  9. install:    $(PGMS)
  10.  
  11. clean:    clean-pgm
  12. clean-all:    clean_all
  13.  
  14. man:
  15.  
  16. doc:
  17.  
  18. pristine:    pristine-pgm
  19.  
  20. mahe.out:    $(OBJECTS)
  21.     $(LINKc) mahe $(OBJECTS) $(LIBRARIES)
  22.     mv mahe $(DESTDIR)
  23.     @touch $@
  24.  
  25. FRC:
  26.  
  27.